box: Move vfunc implementations before class_init
authorTimm Bäder <mail@baedert.org>
Wed, 5 Feb 2020 07:08:45 +0000 (08:08 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Feb 2020 18:16:32 +0000 (13:16 -0500)
commit2a46d5960d38eb055b58a44693c40e14bcd5caf4
treeddcacbba00d08b8b3bc1abf0a8e4d1bdd80f4b96
parentb9b5cae6d2737394fffae50f387d05131c65e608
box: Move vfunc implementations before class_init

Just like we do everywhere else. This way we can also get rid of all the
prototypes.
gtk/gtkbox.c